
#workOrderPageContainer {
    margin: 0 auto;
    max-width: 1100px;
}
.sidebar-right{
    height:100%;
}
.sidebar-right .footer{
    bottom:0;

}
/*Mac OS Safari does not support position:sticky*/
@media (min-width: 1000px) {
    _:-webkit-full-screen, _::-webkit-full-page-media, _:future, :root .main {
        margin-left: 0px !important;
        /*margin-top: 56px;*/
    }

        _:-webkit-full-screen, _::-webkit-full-page-media, _:future, :root .main .top-row {
            position: fixed;
            /*width: 100%;*/
        }

    _:-webkit-full-screen, _::-webkit-full-page-media, _:future, :root .sidebar {
        position: sticky !important;
    }
}
/*workorderbaseaddpage*/
.workOrderSubmitBtn {
    padding-left: 75px;
    padding-right: 75px;
    margin-bottom: 20px;
}

.accountCardBodyHide {
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: all .5s ease;
}

.accountCardBodyShow {
    min-height: 120px;
    padding: 20px;
    transition: all .5s ease;
}

.contactCardBodyHide {
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: all .5s ease;
}

.contactCardBodyShow {
    min-height: 120px;
    padding: 20px;
    transition: all .5s ease;
}

.noDataCardBodyShow {
    min-height: 0;
    padding: 20px;
    transition: all .5s ease;
}

.workOrderTabContainer {
    margin-top: 20px;
}

#workorderconfirmationcontainer {
    text-align: center;
    color: green;
    padding: 20px;
}

.workOrderConfirmationIcon {
    font-size: 40px;
}

/*Location drop add popup on work order root*/
.locationDropAddAlert {
    display: none;
}

/*workorderaddcomponent*/
.tripTabContainer {
    margin-top: 20px;
}

/*GoogleAutoComplete*/
.pac-container {
    z-index: 99999999999 !important;
}

/*Trip Form*/
.crewNotesMemo textarea {
    height: 175px;
}

.crewNotesSchedulerEdit textarea {
    height: 125px;
}

.directionsSchedulerEdit textarea {
    height: 125px;
}

/*Unscheduledpage*/
#scheduleTripBtnContainer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.scheduleTripBtn {
    margin-top: 10px;
    margin-bottom: 20px;
    width:30%;
}

.NotesContextMenu {
    z-index: 10000;
}


/*Trip Manage Page
*/#tripActionsContainer {
    text-align: center;
    margin-bottom: 25px;
}

.tripActionBtn {
    width: 30%;
    margin-bottom: 15px;
}

.clockInTimeDisplay {
    font-size: 32px;
    font-weight: bold;
    margin-top: -20px;

}

.search-wrapper {
    position: relative;
    display: inline-block;
}

.search-container {
    display: inline-flex;
    margin-left: auto;
    margin-right: 1.25em;
    margin-top: 1.0em;
    margin-bottom: auto;
    background-color: #f2f2f2;
    border-radius: 1.25em; 
    overflow: hidden;
    height: 2.0em;
    align-items: center;
}

.search-container input[type="search"] {
    padding: 0.5em;
    background-color: transparent;
    border: none;
    font-size: 1em;
    color: #333;
    width: 9.375em;
    outline: none;
    border-radius: 1.25em;
    height: 2.0em;
    align-items: center;
}

.search-container input[type="search"]::placeholder {
    color: #aaa;
}

.search-container button {
    padding: 0.5em 1.25em 0.5em 1em;
    background-color: #333;
    border: none;
    border-radius: 0 1.25em 1.25em 0;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.search-container button:hover {
    background-color: #555;
}

.search-results-dropdown {
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    border: 0.0625em solid #ddd;
    z-index: 1;
    box-shadow: 0 0.5em 1em 0 rgba(0,0,0,0.2);
    max-height: 41.0em;
    overflow-y: auto;
    top: 3.0em;
    width: 21vw;
    right:0px;
    border-radius: 1.25em; 
}
    .search-results-dropdown ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
.search-result-item {
    padding: 0.75em 1em;
    cursor: pointer;
    border-bottom: 2px solid #888; 
}
.search-result-item-loader {
    padding: 2.75em 1em;
    cursor: pointer;
    border-bottom: 2px solid #888;
}

.search-result-item:hover {
    background-color: #f1f1f1;
}
    .search-result-item a {
        text-decoration: none;
        color: inherit;
    }
        .search-result-item a:hover {
            text-decoration: underline;
        }
.result-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.result-type {
    font-weight: bold;
    flex-basis: 100%;
}

.account-name-id {
    text-align: center;
    flex-basis: 100%;
}

.account-contact {
    flex-basis: 50%;
}

.account-phone {
    text-align: right;
    flex-basis: 50%;
}

.workorder-id {
    text-align: center;
    flex-basis: 100%;
}

.workorder-details {
    text-align: center;
    flex-basis: 100%;
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
}

.po-number {
    flex-basis: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px; 
    width: 100%; 
}
.invoice-number {
    flex-basis: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
    width: 100%;
}

.development-lot-address {
    flex-basis: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.workorder-contact {
    flex-basis: 50%;
    display: flex;
    align-items: center;
}

.workorder-phone {
    text-align: right;
    flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.Search-Loader {
    border: 0.25em solid #f3f3f3;
    border-radius: 50%;
    border-top: 0.25em solid #3498db;
    width: 2em;
    height: 2em;
    animation: spin .8s linear infinite;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}








